loginrequest
Class Login

java.lang.Object
  extended by loginrequest.Login

public class Login
extends java.lang.Object


Field Summary
protected  java.lang.String deviceName
           
protected  java.lang.String deviceProfile
           
protected  ExclusiveDuration exclusiveDuration
           
protected  java.lang.String userID
           
 
Constructor Summary
Login()
           
 
Method Summary
 java.lang.String getDeviceName()
          Gets the value of the deviceName property.
 java.lang.String getDeviceProfile()
          Gets the value of the deviceProfile property.
 ExclusiveDuration getExclusiveDuration()
          Gets the value of the exclusiveDuration property.
 java.lang.String getUserID()
          Gets the value of the userID property.
 void setDeviceName(java.lang.String value)
          Sets the value of the deviceName property.
 void setDeviceProfile(java.lang.String value)
          Sets the value of the deviceProfile property.
 void setExclusiveDuration(ExclusiveDuration value)
          Sets the value of the exclusiveDuration property.
 void setUserID(java.lang.String value)
          Sets the value of the userID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deviceName

protected java.lang.String deviceName

userID

protected java.lang.String userID

deviceProfile

protected java.lang.String deviceProfile

exclusiveDuration

protected ExclusiveDuration exclusiveDuration
Constructor Detail

Login

public Login()
Method Detail

getDeviceName

public java.lang.String getDeviceName()
Gets the value of the deviceName property.

Returns:
possible object is String

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value of the deviceName property.

Parameters:
value - allowed object is String

getUserID

public java.lang.String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(java.lang.String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getDeviceProfile

public java.lang.String getDeviceProfile()
Gets the value of the deviceProfile property.

Returns:
possible object is String

setDeviceProfile

public void setDeviceProfile(java.lang.String value)
Sets the value of the deviceProfile property.

Parameters:
value - allowed object is String

getExclusiveDuration

public ExclusiveDuration getExclusiveDuration()
Gets the value of the exclusiveDuration property.

Returns:
possible object is ExclusiveDuration

setExclusiveDuration

public void setExclusiveDuration(ExclusiveDuration value)
Sets the value of the exclusiveDuration property.

Parameters:
value - allowed object is ExclusiveDuration